html, body {
  margin: 1%;
  padding: 0;
  display: flex;
  background-color: rgb(10, 126, 227);
}

h1{
  position: relative;
  font-size: 10em;
  top:-3%;
  left:9%;
  color: rgb(255, 255, 255);
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
p{
  width: 63%;
position: relative;
top:-12%;
font-size: 2.5em;
left:9%;
color: rgb(255, 255, 255);
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


img{
position: relative;
top:-12%;
left:9%;
color: rgb(0, 85, 255);
}



  
